home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / invaders.swf / scripts / frame_1 / PlaceObject2_8_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-20  |  173 b   |  16 lines

  1. onClipEvent(enterFrame){
  2.    i++;
  3.    if(i == 1)
  4.    {
  5.       prevFrame();
  6.    }
  7.    if(i == 4)
  8.    {
  9.       nextFrame();
  10.    }
  11.    if(i == 6)
  12.    {
  13.       i = 0;
  14.    }
  15. }
  16.